1
| Property Name | Description |
|---|---|
| alt | alternate text to display if the browser does not support password fields |
| defaultValue | |
| disabled | whether password field is disabled |
| form | form containing this password field |
| maxLength | maximum number of characters the password field can hold |
| name | name of the password field |
| readOnly | if true, the field is read only |
| size | visible size in characters of the password field |
| type | returns "password" |
| value | value of the password field |
| Method Name | Description | Values |
|---|